Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.ui.part.PageBookView.PageRec

Packages that use PageBookView.PageRec
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of PageBookView.PageRec in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui that return PageBookView.PageRec
protected  PageBookView.PageRec AbstractDebugView.doCreatePage(IWorkbenchPart part)
           
 

Methods in org.eclipse.debug.ui with parameters of type PageBookView.PageRec
protected  void AbstractDebugView.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord)
           
 

Uses of PageBookView.PageRec in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return PageBookView.PageRec
protected abstract  PageBookView.PageRec PageBookView.doCreatePage(IWorkbenchPart part)
          Creates a new page in the pagebook for a particular part.
protected  PageBookView.PageRec PageBookView.getPageRec(IWorkbenchPart part)
          Returns the page record for the given part.
protected  PageBookView.PageRec PageBookView.getPageRec(IPage page)
          Returns the page record for the given page of this view.
 

Methods in org.eclipse.ui.part with parameters of type PageBookView.PageRec
protected abstract  void PageBookView.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord)
          Destroys a page in the pagebook for a particular part.
protected  void PageBookView.showPageRec(PageBookView.PageRec pageRec)
          Shows page contained in the given page record in this view.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.